/* #products-menu.scrollbar {
    max-height: 620px;
    overflow: hidden;
    margin-bottom: 25px;
    overflow-y: scroll;
    position: relative;
} */

.customsc{
    position: relative;
    overflow: auto;
    height: 620px;
  }
  #products-menu.scrollbar {
    max-height: 620px;
    margin-bottom: 25px;
    position: relative;
  }

#products-menu .customsc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.btn-noaccept-cookie {
    background-color: #fff !important;
}

.btn-noaccept-cookie span {
    color: rgba(0, 107, 57, 1) !important;
    text-decoration: underline !important;
}

#products-menu .customsc::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#products-menu .customsc::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
}

.tobuttom {
    position: absolute;
    left: 44%;
    bottom: 1.25%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 8px 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    z-index: 3;
    color: #ffffff;
    display: none;
    /* opacity: 0; */
    background: rgba(0, 107, 57, 0.9);
    border-radius: 50%;
}

/* #products-menu.scrollbar:hover .tobuttom {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
} */



@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
     }
}

.tobuttom img {
    width: 30px;
    margin-top: 18px;
}

.tobuttom:hover,
.tobuttom:focus {
    text-decoration: none;
}

.ksec-list-02 .media .title {
    font-size: 16px;
    transition: all .3s;
    margin-bottom: 0;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#back_to_top {
    display: inline-block;
    background-color: rgba(0, 107, 57, 0.9);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back_to_top::after {
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#back_to_top:hover {
    cursor: pointer;
    background-color: rgba(0, 107, 57, 0.8);
}

#back_to_top:active {
    background-color: rgba(0, 107, 57, 0.8);
}

#back_to_top.show {
    opacity: 1;
    visibility: visible;
}

#back_to_top svg {
    margin-top: 12px;
    color: white;
}

@media (min-width: 500px) {
    #back_to_top {
        margin: 30px;
    }
}

#mainBody_cpv-header-b001 .__my-overflow-hidden {
    overflow: hidden;
}

.select-option {
    margin-bottom: 24px!important;
}

.select-option h4 {
    border-radius: var(--borderradius)!important;
}

.select-control-tab {
    background-color: var(--ksec-base-grey)!important;
    color: white !important;
}

.datepicker {
    width: inherit !important;
}

.page-loader {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1400;
    display: none;
}

.sk-double-bounce {
    position: absolute;
    top: 40%;
}

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto;
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #006b39;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1029;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: kt-animate-fade-in .3s linear 1;
    animation: kt-animate-fade-in .3s linear 1;
}

.ksec-list-tab-01 .tabs-l .mini img {
    width: 100%!important;
}

.ksec-list-tab-01 .tabs-l .icon-left {
    width: 30% !important;
    padding: 5px;
}

.ksec-list-tab-01 .tabs-l .text-cap {
    width: 70% !important;
}

.ksec-content-03 .media-sec {
    position: relative;
    animation: animateleft 0.4s;
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

.hand_touch {
    background: url(/assets/medias/icons/touch_dark.png) center center no-repeat rgba(0, 0, 0, 0);
    display: block;
    height: 120px;
    left: 50%;
    margin-left: -100px;
    margin-top: 60px;
    position: absolute;
    vertical-align: middle;
    width: 200px;
    z-index: 999;
    text-indent: -9999px;
    cursor: pointer;
}

.hand_touch {
    z-index: 9;
}

@media (max-width: 767.98px) {
    .element [class*='elm-table-'] {
        overflow-x: inherit;
    }
}

.select-option {
    position: relative;
    margin-top: 10px;
}

.select-option h4 {
    text-shadow: none;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 13px 25px 10px 1rem;
    position: relative;
    cursor: pointer;
    display: none;
}

.select-option h4::after {
    display: block;
    content: "\f107";
    width: 10px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 15px;
    font: normal normal normal 18px/45px FontAwesome;
}

.select-option h4.active-aw::after {
    content: "\f106";
}

.select-option-row {
    display: block;
}

.select-option-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.select-option-list li {
    display: inline-block;
}

.select-option .btn-option {
    line-height: 24px;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding: 7px 25px 5px;
    color: #000 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: none;
}

.select-option .nav .nav-item {
    margin: 0 1px 1px 0;
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
    background: var(--ksec-light-grey);
    color: var(--ksec-base-grey);
    text-align: center;
    border-radius: 7px;
}

.select-option .nav .nav-item .nav-link.active {
    background: #707070;
    border-bottom: none;
    cursor: default;
    color: #fff;
    border-radius: 7px;
}


/* Option2  */

.select-category .nav>li>a {
    position: relative;
    display: block;
    padding: 1px 12px 0 12px;
}

.select-category {
    position: relative;
    margin-top: 10px;
}

.select-category h4 {
    text-shadow: none;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 13px 25px 10px 1rem;
    position: relative;
    cursor: pointer;
    display: none;
}

.select-category h4::after {
    display: block;
    content: "\f107";
    width: 10px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 15px;
    font: normal normal normal 18px/45px FontAwesome;
}

.select-category h4.active-aw::after {
    content: "\f106";
}

.select-category-row {
    display: block;
}

.select-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.select-category-list li {
    display: inline-block;
}

.select-category .btn-option {
    line-height: 24px;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding: 7px 25px 5px;
    color: #000 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: none;
}

.select-category .nav .nav-item {
    margin: 0 7px 10px 0px;
    /* -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important; */
    background: var(--ksec-light-grey);
    color: var(--ksec-base-grey);
    text-align: center;
    border-radius: 7px;
}

.select-category .nav .nav-item .nav-link.active {
    background: #707070;
    border-bottom: none;
    cursor: default;
    color: #fff;
    border-radius: 7px;
}


/* Option2  */

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {
    .select-option h4 {
        border: 1px solid #efefef;
        background: #707070;
        color: #465961;
        color: white!important;
    }
    .select-option-row {
        position: absolute;
        width: 100%;
        z-index: 1;
    }
    .select-option-list li {
        display: block;
    }
    .select-option-list li .btn-option {
        display: block;
        border-radius: 0px;
        border: 0px;
        padding: 8px 25px 7px;
        color: #465961 !important
    }
    .select-option-list li .btn-option:hover {
        background-color: #ddd;
        padding-left: 35px;
        color: #465961 !important
    }
    /* .select-option-row {
        display: none;
        background: #fff;
    } */
    .select-option-row.active-menu {
        display: block
    }
    .select-option .nav .nav-item {
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    /* Option 2 */
    .select-category h4 {
        border: 1px solid #efefef;
        background: #707070;
        color: #465961;
        color: white!important;
    }
    .select-category-row {
        position: relative;
        width: 100%;
        z-index: 1;
    }
    .select-category-list li {
        display: block;
    }
    .select-category-list li .btn-option {
        display: block;
        border-radius: 0px;
        border: 0px;
        padding: 8px 25px 7px;
        color: #465961 !important
    }
    .select-category-list li .btn-option:hover {
        background-color: #ddd;
        padding-left: 35px;
        color: #465961 !important
    }
    /* .select-category-row {
        display: none;
        background: #fff;
    } */
    .select-category-row.active-menu {
        display: block
    }
    .select-category .nav .nav-item {
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    /* Option 2 */
}